; * doc/lispref/sequences.texi (Sequence Functions): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Feb 2024 16:33:54 +0000 (18:33 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Feb 2024 16:33:54 +0000 (18:33 +0200)
doc/lispref/sequences.texi

index 068b69e9ef863a2aac0693f4d90ce6965b1033ed..74719d4779f264f066f86de3474868d3a8db9d85 100644 (file)
@@ -461,7 +461,7 @@ each element of @var{sequence}.  The @var{accessor} function is called
 with a single argument, an element of @var{sequence}.
 
 This function implements what is known as @dfn{decorate-sort-undecorate}
-paradigm, of the Schwartzian transform.  It basically trades CPU for
+paradigm, or the Schwartzian transform.  It basically trades CPU for
 memory, creating a temporary list with the computed sort keys, then
 mapping @code{car} over the result of sorting that temporary list.
 Unlike with @code{sort}, the return value is always a new list; the